github.com/gotd/td/internal/tmap.Constructor.types (field)
5 uses
github.com/gotd/td/internal/tmap (current package)
constructor.go#L7: types map[uint32]func() bin.Object
constructor.go#L14: c.types[k] = v
constructor.go#L20: if c == nil || len(c.types) == 0 {
constructor.go#L23: fn := c.types[id]
constructor.go#L33: types: map[uint32]func() bin.Object{},
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |